ps_faq.htmlTEXTJyWsbùjvµ‚ “µ‚ “ÅÅxI PageSpinner FAQ
PageSpinner

Frequently Asked Questions for PageSpinner 3.0

Expand 1.0 GENERAL ISSUES
1.1 About this FAQ
1.2 Navigating the FAQ

Expand 2.0 DOCUMENTATION
2.1 Additional documentation
2.2 How do I open the PageSpinner Guide?

Expand 3.0 WORKING WITH PAGESPINNER
3.1 How do I change the background of a page?
3.2 Creating multiple pages
3.3 Creating clickable Image Maps
3.4 How can I go to a specific line in the editor?
3.5 How can I use PageSpinner to view source from Netscape?
3.6 How can I customize the New Empty Page created by PageSpinner?
3.7 Why is there no keyboard shortcut for some frequently used tags?

Expand 4.0 FRAMES
4.1 Getting into a frame
4.2 Getting out of a frame

Expand 5.0 MISCELLANEOUS TOPICS
5.1 The text looks strange after a Restyle command
5.2 Error Message -2048
5.3 End of file FTP error
5.4 Where is the Notebook stored?
5.5 I don't have Internet Config, so I can't access some Help menu items
5.6 Is there a Windows version available?
5.7 Is there some "Made with PageSpinner" graphics available?

Collapse 1.0 GENERAL ISSUES
1.1 About this FAQ
What is this FAQ about?
 This FAQ, short for Frequently Asked Questions, is a compilation of the most common questions asked about PageSpinner. You are recommended to read this FAQ before sending in a question, the answer could be found in this document. We are trying to answer as many questions as possible, but regrettable we don't have resources to answer all mail.

PageSpinner is an HTML for Mac OS, that supports both HTML 3.2, HTML 4.01 and XHTML 1.0. It also supports additional Netscape Navigator and Internet Explorer extensions and plug-ins. PageSpinner is useful for both the beginner and the more advanced web author with quick access to often used formatting tools and support for AppleGuide and an HTML Assistant that helps you compose your HTML pages.

Contents

1.2 Navigating the FAQ
How do I browse this FAQ?
 The following navigation buttons can be used when you view the FAQ in your browser:

   Expand section Expand section

   Close section Close section

   Go to TOC Go to the table of contents

Contents

Collapse 2.0 DOCUMENTATION
2.1 Additional documentation
Is there any other documentation available? Is there some documentation I can print?
 An interactive tutorial on how to work with PageSpinner can be found as an AppleGuide in the Help Menu. It is not possible to print the contents of an AppleGuide but there is an HTML-version of the PageSpinner Guide's "Getting Started" section in the folder named "Documentation" located inside the PageSpinner folder.

Most of the documentation can be viewed and printed using your favorite browser. Select the menu item Documentation in the Help menu to view the index in your browser.

There is also a sub menu in the Web Tools menu called "Documentation", which lets you view almost all of the included documentation in either your browser or in SimpleText.

Contents

2.2 How do I open the PageSpinner Guide?
How can access the PageSpinner Guide? I just get an error message when I click on it.
 The PageSpinner Guide is an AppleGuide definition file and it needs to be located in the same file as PageSpinner. It is not accessible in the Finder.

The Guide is available in the Help menu when PageSpinner is running. The menu has a ? mark as an icon if you are using System 7. The menu item's title is PageSpinner Guide.

You'll need to have System 7.5 or later to use AppleGuides.

Contents

Collapse 3.0 WORKING WITH PAGESPINNER
3.1 How do I change the background of a page?
How can I change background and text color or add a background image?
 Delete the old <BODY ....> start tag. Use the HTML Assistant's Body Topic to create a new body start tag.

Contents

3.2 Creating multiple pages
How do I make my web site have multiple page as opposed to one long scrolling page? For instance a home page and then other pages that are linked to it.
 Create the new page, add the text you want and save it in the same folder as the home page. The home page should often be called index.html or welcome.html (you will have to check this with the Webmaster at your site). Then do the following:
  1. Open your home page in PageSpinner.
  2. Place the cursor where you want the link to be inserted.
  3. Select HTML Assistant from the Windows menu.
  4. Select the Link topic.
  5. Click the open button (in the upper right side of Assistant's window) and select the newly created page you want to link to.
  6. Type the text that should be used as the link's title in the Title field.
  7. Click the Apply button at the bottom of the Assistant's window.

You will now have a link to the new page in your home page.

Contents

3.3 Creating clickable Image Maps
Can I create a clickable image map with PageSpinner?
 PageSpinner has only limited support for creating image map tags. There is an example of making image maps using the shareware application GraphicConverter in the Examples folder.

The following shareware applications are aimed at creating image maps visually: Mapper, MapMaker, ImageMapper. There are shortcuts to these applications available in the sub-menu Graphic Tools available in the Web Tools menu.

Press the option key when selecting the application in the menu to view additional information about an application.

Contents

3.4 How can I go to a specific line in the editor?
When using an external HTML Validator or debugging JavaScrips, I need to find a given line number to edit the text.
 Use the Goto Line... menu item that is available in the Edit : Find/Replace menu.

The keyboard shortcut is Command and ,

Contents

3.5 How can I use PageSpinner to view source from Netscape?
How can I use PageSpinner to handle pages downloaded with Netscape's "View: Document Source". The downloaded files contains strange characters and line feeds, and are virtually impossible to read or edit.
 Us the menu item Convert From Source... available in the menu Edit : Convert or in the Find button's pop up menu in the toolbar.

PageSpinner will then remove or translate unnecessary line feeds and high ASCII characters and restyle the text automatically.

In Netscape you can specify that PageSpinner should be used as the helper application for viewing downloaded HTML source files.

Contents

3.6 How can I customize the New Empty Page created by PageSpinner?
How can I change the contents of the new empty page created at startup and when I use the New Empty Page command in the File menu?
 Create a PageSpinner HTML file named "default.html" and place this file inside the PageSpinner folder (the same folder as the application).

The contents of this file will then be used as a template when PageSpinner creates a new page.

Contents

3.7 Why is there no keyboard shortcut for some frequently used tags?
I would like to have keyboard shortcuts for the tags I use frequently.
 You can add your own keyboard shortcuts for all menu items by doing this:

Press Ctrl+Option+Command when selecting an item from the menu that contains the tag you want a keyboard shortcut to.

PageSpinner will then display a floating menu palette with the menu items available in the menu.

Then press the Ctrl-key when clicking on an item in the palette to define a keyboard shortcut.

Contents

Collapse 4.0 FRAMES
4.1 Getting into a frame
I am using frames on my pages. I have a small frame with a table of contents and another large frame containing the actual contents. How can I make a link in the table of contents to open inside the second, larger, frame?
 Add the name of the second larger frame in the field named

   "Open the link in a window or frame named:"

in HTML Assistant's Link topic when you create the link.

If you have an existing link you can add the attribute text

   TARGET="framename"

inside the <A HREF="link.html" ...> tag of the link that should be displayed in the frame named framename.

There are information on how to create frames in the PageSpinner AppleGuide and the frame examples in the Examples folder.

Contents

4.2 Getting out of a frame
I am using frames on my pages. How can I make some links to be displayed in the full window and not in the current frame?
 If you have an existing link you can add the attribute text

   TARGET="_top"

inside the <A HREF="link.html" ...> tag of the link that should use the full window.

When creating a new link in HTML Assistant, select "_top" from the Target pop-up menu before inserting the link.

Contents

Collapse 5.0 MISCELLANEOUS TOPICS
5.1 The text looks strange after a Restyle command
When I click the restyle button the contents of the page is displayed in a strange font or doesn't show up at all.
 This is most likely caused by a corrupted font or a font conflict ID in your system.

If you don't have a font checking tool you can do the following:

Remove some or all of your third-part fonts from the Font folder inside your System folder. Then add a few at a time, launch PageSpinner and see you can find the "damaged" font.

Contents

5.2 Error Message -2048
When I try to open a PageSpinner document I get the following error message:

"The document cannot be translated because an unexpected problem has occurred (-2048)."

 This problem is caused by some setting in Mac Easy Open using QuickTime translations and can also occur in other applications. It appears that Mac Easy Open tries to convert the file using some form of QuickTime translation.

It can easily be fixed by clicking the button that deletes the preferences in Mac OS Easy Open's Control Panel. You can also remove the Mac OS Easy Open Preference file, inside the System's Preference folder or disable Easy Open in the Extension Manager.

Contents

5.3 End of file FTP error
When I try to upload files directly from Pagespinner or Site Assistant the error Message "End of file error" is displayed.
 This error message is displyed if you forget to insert your username follwed by the @ character at the beginning of the URL to the FTP server.

Make sure that the path to the FTP server is in a format similar to this:

ftp://myloginname@ftp.theserver.com/public_html/

Contents

5.4 Where is the Notebook stored?
I want to backup the contents of the built-in Notebook, where is this data stored?
 The pages in the Notebook are stored in the file named PageSpinner Textscrap. This file is located inside the System folder's Preferences folder.

Contents

5.5 I don't have Internet Config, so I can't access some Help menu items
When I tried to access the "HTML Guides" or the "JavaScript Guides..." items in the Help menu PageSpinner said that I needed Internet Config. However, Internet Config isn't highlighted in the Preferences. What should I do?
 You should be able to download the latest version of Internet Config from ftp://ftp.share.com/pub/internet-configuration/

Once installed you will need to specify your browser as the helper application for the protocol http, in Internet Config's Helper section.

Contents

5.6 Is there a Windows version available?
PageSpinner is nice and easy to use, but I also have to work on a PC. Is there a Windows version available?
 There is no Windows version available.

Plain HTML-files are cross-platform though, and you can set PageSpinner to use MS-DOS (Windows) line feeds before transferring the page to a PC.

Contents

5.7 Is there some "Made with PageSpinner" graphics available?
Is there some "Made with PageSpinner" or "Spun with PageSpinner" graphic I could have on my page?
 There is a small collection of images that can be viewed in the file "spun_with_pagespinner.html". The file and the images can be found inside the folder named "Documentation" located inside the PageSpinner folder.

If you are a registered user of PageSpinner you can include these on your home or credits page if you want to. Thank you for supporting PageSpinner!

Contents

This FAQ was created with PageSpinner, FileMaker Pro from FileMaker Inc. and the AppleScript-based FAQ-Spinner kit included in the PageSpinner 3.0 distribution.
More information can be found at PageSpinner's home page:
http://www.optima-system.com/pagespinner/
iÙhÙÇOÓOÔOÒUÚUÛUÙˇˇˇˇJf ps_faq.htmlord - MCP (utskrift)0TEXTJyWsz!µ‚ííbùjv$‘łǸ"B$0òB¥Dg b XÄ`‹" `ÿHB8NuNuh⁄>  UVUUUU  >  UVUUUU?  @  UVUUUUL  M  UVUUUUT  "aØ/Qc  UVUUUUk  l  UVUUUUs  t  UVUUUUç  è  Ãô£  §  ™´    UVUUUU    UVUUUU!  33ôô1ôôôô_  33ôôc  UVUUUUh  j  ffffôôƒ  ≈  34ffôô…  ffffôôÕ  –  UVUUUU”  33ôô‚  ™´0  33ôô4  5  33ôôI  UVUUUUL  ôôôô^  UVUUUUb  33ôôf  g  UVUUUUk  l  33ôô{  ››ç  33ôôë  í  UVUUUUñ  ó  33ôô¶  ››º  33ôô¿  ¡  UVUUUU≈  «  UVUUUU   33ôôŸ  ™´'  33ôô+  ,  33ôô@  UVUUUUC  ôôôôT  UVUUUUX  33ôô\  ]  UVUUUUa  b  33ôôq  ››ç  33ôôë  í  UVUUUUñ  ó  33ôô¶  ››Œ  33ôô“  ”  UVUUUU◊  Ÿ  UVUUUU‹  33ôôÎ  ™´9  33ôô=  >  33ôôR  UVUUUUU  ôôôôq  UVUUUUu  33ôôy  z  UVUUUU~    33ôôé  ››ª  33ôôø  ¿  UVUUUUƒ  ≈  33ôô‘  ››Ô  33ôôÛ  Ù  UVUUUU¯  ˘  33ôô  ››)  33ôô-  .  UVUUUU2  3  33ôôB  ››t  33ôôx  y  UVUUUU}  ~  33ôôç  ››»  33ôôà  Õ  UVUUUU—  “  33ôô·  ››#  33ôô'  (  UVUUUU,  -  33ôô<  ››Ä  33ôôÑ  Ö  UVUUUUâ  ã  UVUUUUé  33ôôù  ™´Î  33ôôÔ    33ôô  UVUUUU  ôôôô  UVUUUU  33ôô    UVUUUU    33ôô.  ››F  33ôôJ  K  UVUUUUO  P  33ôô_  ››y  33ôô}  ~  UVUUUUÇ  Ñ  UVUUUUá  33ôôñ  ™´‰  33ôôË  È  33ôô˝  UVUUUU  ôôôô  UVUUUU  33ôô   !  UVUUUU%  &  33ôô5  ››g  33ôôk  l  UVUUUUp  q  33ôôÄ  ››ó  33ôôõ  ú  UVUUUU†  °  33ôô∞  ››…  33ôôÕ  Œ  UVUUUU“  ”  33ôô‚  ››   33ôô     UVUUUU    33ôô   ›› d  33ôô h  i  UVUUUU m  n  33ôô }  ›› ¶  33ôô ™  ´  UVUUUU Ø  ∞  33ôô ø  ›› ¸  33ôô     UVUUUU     ffffôô  34ffôô   ffffôô     ffffôô w  x  34ffôô |  ffffôô Ä  É  UVUUUU Ü  á  33ôô ú  ™´ Î  33ôô Ô    33ôô     UVUUUU     UVUUUU     UVUUUU !  E  UVUUUU H  J  ffffôô ¶  ß  34ffôô ´  ffffôô Õ  33ôô €  UVUUUU fi  ôôôô   UVUUUU Ù  33ôô ¯  ffffôô ˝  34ffôô     34ffôô   ffffôô   /  ffffôô 4  34ffôô 9  ;  34ffôô ?  ffffôô `  f  ffffôô o  …  UVUUUU à  Z  ffffôô_  34ffôôd  f  34ffôôj  ffffôôz  UVUUUU}  33ôô∞  ™´  33ôô  UVUUUU  ffffôô  34ffôô    ffffôô&  )  UVUUUU-  Q  UVUUUUT  V  ffffôô≤  ≥  34ffôô∑  ffffôôŸ  33ôôÁ  UVUUUUÍ  ôôôô  UVUUUU  33ôô  ffffôô  34ffôô    34ffôô  ffffôô(  A  ffffôôF  34ffôôK  M  34ffôôQ  ffffôôr  x  ffffôôÅ  ÷  UVUUUUŸ  Á  ™´2  C  UVUUUUF  T  ™´ù  ≠  UVUUUU∞  æ  ™´  "  ffffôô'  34ffôô,  .  34ffôô2  ffffôôB  UVUUUUE  33ôôx  ™´”  33ôô◊  UVUUUU€  ffffôô‡  34ffôô  Ê  ffffôôÓ  Ú  UVUUUUı  ˆ  33ôô  ™´Z  33ôô^  _  33ôôq  r  UVUUUUu  Ü  UVUUUUä  ã  UVUUUUè  ≥  UVUUUU∂  ∏  ffffôô    34ffôô  ffffôô;  33ôôI  UVUUUUL  ôôôôh  UVUUUUl  33ôôp  ffffôôu  34ffôôz  |  34ffôôÄ  ffffôôê  ‰  ffffôôÈ  34ffôôÓ    34ffôôÙ  ffffôô    ffffôô$  e  UVUUUUh    UVUUUU  ¬  ffffôô«  34ffôôà  Œ  34ffôô“  ffffôô‚  UVUUUU  33ôô  ™´s  33ôôw  UVUUUU{  ffffôôÄ  34ffôôÖ  Ü  ffffôôé  ë  UVUUUUï  π  UVUUUUº  æ  ffffôô    34ffôô  ffffôôA  33ôôO  UVUUUUR  ôôôôz  UVUUUU~  33ôôÇ  ffffôôá  34ffôôå  é  34ffôôí  ffffôô¢  ˜  ffffôô¸  34ffôô    34ffôô  ffffôô(  .  ffffôô7  œ  UVUUUU“  Å  UVUUUUÑ  ¿  ffffôô≈  34ffôô   à  34ffôô–  ffffôô‡  UVUUUU„  33ôô  ™´q  33ôôu  UVUUUUy  ffffôô~  34ffôôÉ  Ñ  ffffôôå  ê  UVUUUUì  î  33ôô©  ™´¯  33ôô¸  ˝  33ôô    UVUUUU  /  UVUUUU3  4  UVUUUU8  \  UVUUUU_  a  ffffôôΩ  æ  34ffôô¬  ffffôô‰  33ôôÚ  UVUUUUı  ôôôô"  UVUUUU&  33ôô*  ffffôô/  34ffôô4  6  34ffôô:  ffffôôJ  è  ffffôôî  34ffôôô  õ  34ffôôü  ffffôô¿  Δ  ffffôôœ  fi  UVUUUU‰  ı  UVUUUU¸  K  ffffôô P  34ffôô U  W  34ffôô [  ffffôô k  UVUUUU n  33ôô °  ™´ ¸  33ôô!  UVUUUU!  ffffôô!  34ffôô!  !  ffffôô!  !  UVUUUU!  !B  UVUUUU!E  !G  ffffôô!£  !§  34ffôô!®  ffffôô!   33ôô!ÿ  UVUUUU!€  ôôôô!ˆ  UVUUUU!˙  33ôô!˛  ffffôô"  34ffôô"  "  34ffôô"  ffffôô"  "∑  ffffôô"º  34ffôô"¡  "√  34ffôô"«  ffffôô"Ë  "Ó  ffffôô"˜  #Ë  UVUUUU#Ï  #Ì  ™´#Ò  ˇ˛#ı  $  UVUUUU$  $  ˇ˛$!  $Y  UVUUUU$]  $^  ˇ˛$b  $é  UVUUUU$í  $ì  ˇ˛$ó  $≠  UVUUUU$±  $≤  ˇ˛$∂  %2  UVUUUU%6  %7  ˇ˛%;  %Ñ  UVUUUU%à  %â  ˇ˛%ç  %à  UVUUUU%–  %—  ™´%’  %÷  UVUUUU%⁄  &  ffffôô&  34ffôô&   &"  34ffôô&&  ffffôô&6  UVUUUU&9  33ôô&l  ™´&«  33ôô&À  UVUUUU&œ  ffffôô&‘  34ffôô&Ÿ  &⁄  ffffôô&‚  &  UVUUUU&È  '  UVUUUU'  '  ffffôô'n  'o  34ffôô's  ffffôô'ï  33ôô'£  UVUUUU'¶  ôôôô'«  UVUUUU'À  33ôô'œ  ffffôô'‘  34ffôô'Ÿ  '€  34ffôô'fl  ffffôô'Ô  (#  ffffôô((  34ffôô(-  (/  34ffôô(3  ffffôô(T  (Z  ffffôô(c  )  UVUUUU)  *  UVUUUU*  *x  ffffôô*}  34ffôô*Ç  *Ñ  34ffôô*à  ffffôô*ò  UVUUUU*õ  33ôô*Œ  ™´+)  33ôô+-  UVUUUU+1  ffffôô+6  34ffôô+;  +<  ffffôô+D  +G  UVUUUU+K  +o  UVUUUU+r  +t  ffffôô+–  +—  34ffôô+’  ffffôô+˜  33ôô,  UVUUUU,  ôôôô,:  UVUUUU,>  33ôô,B  ffffôô,G  34ffôô,L  ,N  34ffôô,R  ffffôô,b  ,’  ffffôô,⁄  34ffôô,fl  ,·  34ffôô,  ffffôô-  -  ffffôô-  -  UVUUUU-   -,  UVUUUU-0  -T  UVUUUU-W  -j  UVUUUU-n  -w  UVUUUU-z  -°  UVUUUU-•  -¶  ffffôô-´  34ffôô-∞  -≤  34ffôô-∂  ffffôô-Δ  UVUUUU-…  33ôô-¸  ™´.W  33ôô.[  UVUUUU._  ffffôô.d  34ffôô.i  .j  ffffôô.r  .u  UVUUUU.y  .ù  UVUUUU.†  .¢  ffffôô.˛  .ˇ  34ffôô/  ffffôô/%  33ôô/3  UVUUUU/6  ôôôô/q  UVUUUU/u  33ôô/y  ffffôô/~  34ffôô/É  /Ö  34ffôô/â  ffffôô/ô  0e  ffffôô0j  34ffôô0o  0q  34ffôô0u  ffffôô0ñ  0ú  ffffôô0•  0∂  UVUUUU0π  0œ  UVUUUU0”  0Í  UVUUUU0Ì  0˚  UVUUUU0ˇ  15  UVUUUU18  1π  UVUUUU1º  2=  ffffôô2B  34ffôô2G  2I  34ffôô2M  ffffôô2]  UVUUUU2`  33ôô2ì  ™´2Ó  33ôô2Ú  UVUUUU2ˆ  ffffôô2˚  34ffôô3  3  ffffôô3   3  UVUUUU3  34  UVUUUU37  39  ffffôô3ï  3ñ  34ffôô3ö  ffffôô3º  33ôô3   UVUUUU3Õ  ôôôô4  UVUUUU4  33ôô4  ffffôô4  34ffôô4!  4#  34ffôô4'  ffffôô47  4π  ffffôô4æ  34ffôô4√  4≈  34ffôô4…  ffffôô4Í  4  ffffôô4˘  5Ü  UVUUUU5â  5Ë  ffffôô5Ì  34ffôô5Ú  5Ù  34ffôô5¯  ffffôô6  UVUUUU6  33ôô6>  ™´6ô  33ôô6ù  UVUUUU6°  ffffôô6¶  34ffôô6´  6¨  ffffôô6¥  6∑  UVUUUU6ª  6fl  UVUUUU6‚  6‰  ffffôô7@  7A  34ffôô7E  ffffôô7g  33ôô7u  UVUUUU7x  ôôôô7º  UVUUUU7¿  33ôô7ƒ  ffffôô7…  34ffôô7Œ  7–  34ffôô7‘  ffffôô7‰  8*  ffffôô8/  34ffôô84  86  34ffôô8:  ffffôô8[  8a  ffffôô8j  8µ  UVUUUU8∏  91  UVUUUU94  9ó  UVUUUU9ö  9˘  ffffôô9˛  34ffôô:  :  34ffôô:  ffffôô:  UVUUUU:  33ôô:O  ™´:™  33ôô:Æ  UVUUUU:≤  ffffôô:∑  34ffôô:º  :Ω  ffffôô:≈  :…  UVUUUU:à  :Õ  33ôô:‚  ™´;1  33ôô;5  ;6  33ôô;H  ;I  UVUUUU;L  ;V  UVUUUU;Z  ;[  UVUUUU;_  ;É  UVUUUU;Ü  ;à  ffffôô;‰  ;  34ffôô;È  ffffôô<  33ôô<  UVUUUU<  ôôôô<4  UVUUUU<8  33ôô<<  ffffôô  34ffôô=C  =E  34ffôô=I  ffffôô=j  =p  ffffôô=y  =µ  UVUUUU=∏  =à  UVUUUU=⁄  >  UVUUUU>   >  UVUUUU>  >K  UVUUUU>N  >ç  UVUUUU>ê  >£  UVUUUU>©  >±  UVUUUU>¥  >Ω  UVUUUU>¡  >¬  UVUUUU>…  >À  UVUUUU>Œ  >⁄  UVUUUU>‡  >˛  UVUUUU?  ?B  UVUUUU?E  ?N  UVUUUU?R  ?U  UVUUUU?X  ?”  ffffôô?ÿ  34ffôô?›  ?fl  34ffôô?„  ffffôô?Û  UVUUUU?ˆ  33ôô@)  ™´@Ñ  33ôô@à  UVUUUU@å  ffffôô@ë  34ffôô@ñ  @ó  ffffôô@ü  @¢  UVUUUU@¶  @   UVUUUU@Õ  @œ  ffffôôA+  A,  34ffôôA0  ffffôôAR  33ôôA`  UVUUUUAc  ôôôôA}  UVUUUUAÅ  33ôôAÖ  ffffôôAä  34ffôôAè  Aë  34ffôôAï  ffffôôA•  B  ffffôôB#  34ffôôB(  B*  34ffôôB.  ffffôôBO  BU  ffffôôB^  Bú  UVUUUUBü  B≤  UVUUUUB∏  B≈  UVUUUUBà  BŒ  UVUUUUB—  B›  UVUUUUB„  C  UVUUUUC  C;  UVUUUUC>  CØ  ffffôôC¥  34ffôôCπ  Cª  34ffôôCø  ffffôôCœ  UVUUUUC“  33ôôD  ™´D`  33ôôDd  UVUUUUDh  ffffôôDm  34ffôôDr  Ds  ffffôôD{  D  UVUUUUDÇ  DÉ  33ôôDò  ™´DÁ  33ôôDÎ  DÏ  33ôôD˛  Dˇ  UVUUUUE  E  UVUUUUE  E  UVUUUUE#  EG  UVUUUUEJ  EL  ffffôôE®  E©  34ffôôE≠  ffffôôEœ  33ôôE›  UVUUUUE‡  ôôôôF  UVUUUUF  33ôôF  ffffôôF  34ffôôF$  F&  34ffôôF*  ffffôôF:  F¨  ffffôôF±  34ffôôF∂  F∏  34ffôôFº  ffffôôF›  F„  ffffôôFÏ  G@  UVUUUUGD  GF  UVUUUUGJ  Gç  UVUUUUGê  HB  ffffôôHG  34ffôôHL  HN  34ffôôHR  ffffôôHb  UVUUUUHe  33ôôHò  ™´HÛ  33ôôH˜  UVUUUUH˚  ffffôôI  34ffôôI  I  ffffôôI  I  UVUUUUI  I9  UVUUUUI<  I>  ffffôôIö  Iõ  34ffôôIü  ffffôôI¡  33ôôIœ  UVUUUUI“  ôôôôIÈ  UVUUUUIÌ  33ôôIÒ  ffffôôIˆ  34ffôôI˚  I˝  34ffôôJ  ffffôôJ  J_  UVUUUUJb  J∫  ffffôôJø  34ffôôJƒ  JΔ  34ffôôJ   ffffôôJÎ  JÒ  ffffôôJ˙  K›  UVUUUUK‡  Lfl  ffffôôL‰  34ffôôLÈ  LÎ  34ffôôLÔ  ffffôôLˇ  UVUUUUM  33ôôM5  ™´Mê  33ôôMî  UVUUUUMò  ffffôôMù  34ffôôM¢  M£  ffffôôM´  MÆ  UVUUUUM≤  M÷  UVUUUUMŸ  M€  ffffôôN7  N8  34ffôôN<  ffffôôN^  33ôôNl  UVUUUUNo  ôôôôNà  UVUUUUNå  33ôôNê  ffffôôNï  34ffôôNö  Nú  34ffôôN†  ffffôôN∞  O+  ffffôôO0  34ffôôO5  O7  34ffôôO;  ffffôôO\  Ob  ffffôôOk  O¸  UVUUUUOˇ  PK  UVUUUUPN  PO  UVUUUUPS  PÉ  UVUUUUPà  ffffôôPç  34ffôôPí  Pî  34ffôôPò  ffffôôP®  UVUUUUP´  33ôôPfi  ™´Q9  33ôôQ=  UVUUUUQA  ffffôôQF  34ffôôQK  QL  ffffôôQT  QW  UVUUUUQ[  Q  UVUUUUQÇ  QÑ  ffffôôQ‡  Q·  34ffôôQ  ffffôôR  33ôôR  UVUUUUR  ôôôôR9  UVUUUUR=  33ôôRA  ffffôôRF  34ffôôRK  RM  34ffôôRQ  ffffôôRa  R≥  ffffôôR∏  34ffôôRΩ  Rø  34ffôôR√  ffffôôR‰  RÍ  ffffôôRÛ  S*  UVUUUUS-  SB  UVUUUUSF  Sx  UVUUUUS{  SÜ  UVUUUUSä  Sí  ffffôôSó  34ffôôSú  Sû  34ffôôS¢  ffffôôS≤  UVUUUUSµ  33ôôSË  ™´TC  33ôôTG  UVUUUUTK  ffffôôTP  34ffôôTU  TV  ffffôôT^  Ta  UVUUUUTe  Tâ  UVUUUUTå  Té  ffffôôTÍ  TÎ  34ffôôTÔ  ffffôôU  33ôôU  UVUUUUU"  ôôôôUj  UVUUUUUn  33ôôUr  ffffôôUw  34ffôôU|  U~  34ffôôUÇ  ffffôôUí  Vp  ffffôôVu  34ffôôVz  V|  34ffôôVÄ  ffffôôV°  Vß  ffffôôV∞  V˙  33ôôW4  ››Wc  33ôôWg  Wi  UVUUUUWl  WÕ  UVUUUUW–  W‘  UVUUUUWÿ  W˛  ffffôôX  34ffôôX  X  34ffôôX  ffffôôX  UVUUUUX!  33ôôXT  ™´XØ  33ôôX≥  UVUUUUX∑  ffffôôXº  34ffôôX¡  X¬  ffffôôX   XÕ  UVUUUUX—  Xı  UVUUUUX¯  X˙  ffffôôYV  YW  34ffôôY[  ffffôôY}  33ôôYã  UVUUUUYé  ôôôôY∑  UVUUUUYª  33ôôYø  ffffôôYƒ  34ffôôY…  YÀ  34ffôôYœ  ffffôôYfl  ZJ  ffffôôZO  34ffôôZT  ZV  34ffôôZZ  ffffôôZ{  ZÅ  ffffôôZä  Z≤  UVUUUUZµ  [F  ffffôô[K  34ffôô[P  [R  34ffôô[V  ffffôô[f  UVUUUU[i  33ôô[ú  ™´[˜  33ôô[˚  UVUUUU[ˇ  ffffôô\  34ffôô\   \  ffffôô\  \  UVUUUU\  \=  UVUUUU\@  \B  ffffôô\û  \ü  34ffôô\£  ffffôô\≈  33ôô\”  UVUUUU\÷  ôôôô]  UVUUUU]  33ôô]  ffffôô]  34ffôô]%  ]'  34ffôô]+  ffffôô];  ]ú  ffffôô]°  34ffôô]¶  ]®  34ffôô]¨  ffffôô]Õ  ]”  ffffôô]‹  ^µ  UVUUUU^∏  _M  ffffôô_R  34ffôô_W  _Y  34ffôô_]  ffffôô_m  UVUUUU_p  33ôô_£  ™´_˛  33ôô`  UVUUUU`  ffffôô`  34ffôô`  `  ffffôô`  `  ffffôô`!  34ffôô`&  ffffôô`.  `0  ffffôô`¨  `≠  34ffôô`–  ffffôô`‘  UVUUUU`‰  aá  UVUUUUaé  aè  ffffôôaî  34ffôôaô  aö  34ffôôaæ  ffffôôa¬  a¸  UVUUUUb  b  33ôôbC  ››bl  33ôôbp  bq  ffffôôbv  34ffôôb{  b|  ffffôôbÑ  bÖ  Ãôbã  bç  UVUUUUbî  bï  UVUUUUbú  bùiÙhÙÇ ê8&2Çstyl*soup6Lat1BMoDENSiZEZġˇ=÷\ġˇhfi=÷Dġˇh‚=÷dġˇhÊ=÷TġˇhÏ>Ê0